home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / cli / powerdos.zoo / pdexper2 / pdexpert.txt < prev    next >
Text File  |  1992-09-09  |  9KB  |  183 lines

  1. PDEXPERT.PRG
  2.  
  3. (C) 1992 DragonWare Software Inc.
  4.  
  5. This Program is a FREEWARE release ALL RIGHTS RESERVED!
  6.  
  7. This file MUST accompany the PDEXPERT.PRG and PDEXPERT.RSC
  8.  
  9. The PowerDOS Expert program will allow you to modify the CONFIGUR file
  10. in the POWERDOS folder.  PDEXPERT will only modify the first 21 lines
  11. of the CONFIGUR file.  A user may NOT add or delete ANY lines in this 
  12. first 21 lines or PDEXPERT.PRG will not work.
  13.  
  14. Additional Program calls etc may be added after the line with ******.
  15.  
  16. V1.2 fixed a small bug that was shrinking the number of spaces.
  17.      corrects the handling of the AUTO FOLDER function.
  18.  
  19. Functions:
  20.  
  21. Select Node:
  22.            You can modify any CONFIGUR file on the network by selecting
  23.            this option and opening that node's POWERDOS folder.
  24.            This will load the CONFIGUR file into PowerDOS expert 
  25.            for editing.
  26.            
  27. REVERT:    
  28.            This option reverts to the orignal settings for the current
  29.            node's CONFIGUR file.  A Revert will work as long as a NEW 
  30.            node's Configur file has not been loaded.  It will work even
  31.            if you have saved new settings.
  32.  
  33. Make .BAK
  34.            This function renames the old CONFIGUR file to CONFIGUR.BAK
  35.            when new settings are saved. If an existing CONFIGUR.BAK 
  36.            exists it will be deleted.
  37.  
  38. Save New Config:
  39.            This saves the new CONFIGUR file and makes the CONFIGUR.BAK 
  40.            file if Make .BAK file is selected.
  41.  
  42. QUIT:
  43.            Quits the PowerDOS expert program.
  44.  
  45. POWERDOS VARABLES 
  46. Task timeslice =50
  47.                     Task Timeslice, gives length of a process timeslice.
  48.                     Can be 200, 100, 50, 25 or 12. Default=50.
  49.  
  50. system priority=128        
  51.                     Initial system priority. All processes inherit their
  52.                     parents priority. Lower numbers give lower priority,
  53.                     higher numbers give higher priority. Has little effect
  54.                     unless many processes are running. Default=128
  55.  
  56. RAMTOP K Bytes =50 
  57.                     Memory to reserve at top of ram. This is used to keep
  58.                     memory hog programs from grabbing every available byte.
  59.                     The network requires small blocks of ram to be avail-
  60.                     able at all times. The next variable controls the size
  61.                     of blocks allocated within the reserve area. Size given
  62.                     as *1024 (50=51,200 bytes). Default=0, no reserve.
  63.  
  64. Ramtop Blocks =5
  65.                     Max size of blocks of ram that can be allocated within
  66.                     the reserved area. This insures that network server
  67.                     processes (which require < 5k each) can have enough
  68.                     memory to run in when all other memory is used by hogs.
  69.                     Size given as *1024 (5=5120 bytes). Default=0.
  70.  
  71. Max program Ram=4
  72.                     Maximum memory size given to a program. When a program
  73.                     is run, it is normally given all of memory to run in.
  74.                     This memory is divided into text+data+bss+heap, with
  75.                     the first three strictly defined by the program, the
  76.                     fourth (heap) being all the rest of memory. The program
  77.                     is supposed to free what it doesn't need of the heap,
  78.                     but many don't, tying up all of memory. This variable
  79.                     can be used to control the total memory given to a
  80.                     program at startup. Size *1024K. Default is no limit. 
  81.  
  82.  
  83. Maximum Drives =26
  84.                     Number of drive descriptors created. GemDOS will only
  85.                     recognize 16 drives, A through P, without the MetaDOS
  86.                     extension loaded. PowerDOS has no limit on the drives
  87.                     it can access. It only requires a device descriptor to
  88.                     be created for each drive. This variable lets you set
  89.                     the number of drives from 1 to 26 (setting it to 1
  90.                     would allow only drive A to be recognized). Note that
  91.                     you would still need a BIOS driver that recognized
  92.                     drives beyond P. Default is 16.
  93.  
  94. Fastloadm Size =32  
  95.                     Number of k of heap to clear on progam load. This is
  96.                     similar to the popular public domain program 'PinHead'
  97.                     by Charles F. Johnson. It controls the amount of memory
  98.                     to clear when a program runs. If not used (default),
  99.                     PowerDOS will clear all of the program's heap, unless
  100.                     the fastload bit is set in the programs header, in
  101.                     which case only 32k will be cleared. If a value is
  102.                     given, then that much heap will be cleared for all
  103.                     programs, and the fastload bit will be ignored.
  104.  
  105. Cache Sectors =200
  106.                     Number of disk cache sectors to create. A disk cache
  107.                     will greatly increase the speed of a hard drive by
  108.                     storing commonly used sectors in ram. This cache is
  109.                     built into the PowerDOS disk file system, and testing
  110.                     shows it to be the fastest write through cache for
  111.                     the ST (a write cache, like that built into ICD
  112.                     software, is faster for many operations involving
  113.                     writes). Legal values are 50-999. Less than 50 results
  114.                     in a 50 sector cache. Default is no cache.
  115.  
  116. Auto Folder Boot =YES
  117.                     Used to control how PowerDOS handles the AUTO folder
  118.                     on bootup. Since PowerDOS is run from the AUTO
  119.                     folder itself, and replaces GemDOS, which was running
  120.                     AUTO folder programs, PowerDOS must restart the AUTO
  121.                     process itself. After it initializes itself, it runs
  122.                     programs listed in this file. It then searches the AUTO
  123.                     folder for programs, skipping all of them until it
  124.                     finds the name 'POWERDOS.PRG'. It then runs any .PRG it
  125.                     finds after that. This variable alows you to control
  126.                     this process. If this is set to 'NO', then no AUTO
  127.                     programs will be run. If it is set to a number, then
  128.                     that many AUTO programs will be skipped. Setting it
  129.                     to YES means that it will run all AUTO programs.
  130.                     Default is to look for 'POWERDOS.PRG'.
  131.  
  132. Auto FOLDER DRIVE =C:
  133.                     Drive to continue auto folder operations from. The
  134.                     network makes it possible to have a machine with only
  135.                     a floppy disk boot with direct access to hard drives.
  136.                     It is possible, therefore, that by the time PowerDOS
  137.                     restarts the AUTO folder process, that there is a
  138.                     drive C. Normally, however, PowerDOS would look for the
  139.                     AUTO folder on whatever drive it was booted from. This
  140.                     variable allows you to force PowerDOS to look in a
  141.                     different drive for the AUTO forlder. It could even
  142.                     be used to force bootup to continue on another drive
  143.                     completely, like D or E (many programs might fail,
  144.                     though, as they expact to run form A or C). Default
  145.                     is whatever drive PowerDOS boots from.
  146.  
  147. Force Bios Calls =YES
  148.                     Force the use of standard handles from the BIOS. One
  149.                     of the things a network provides is the ability to use
  150.                     the devices of another machine over the network, like
  151.                     a printer. The easiest way to do this is to redirect
  152.                     standard handle number 3 (PRN) to the printer desired.
  153.                     Any printer output using the function call Cprnout will
  154.                     then go to the printer over the